3.535 \(\int \frac{x^2}{\sqrt{9+4 x^2}} \, dx\)

Optimal. Leaf size=27 \[ \frac{1}{8} x \sqrt{4 x^2+9}-\frac{9}{16} \sinh ^{-1}\left (\frac{2 x}{3}\right ) \]

[Out]

(x*Sqrt[9 + 4*x^2])/8 - (9*ArcSinh[(2*x)/3])/16

________________________________________________________________________________________

Rubi [A]  time = 0.0060955, antiderivative size = 27, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.133, Rules used = {321, 215} \[ \frac{1}{8} x \sqrt{4 x^2+9}-\frac{9}{16} \sinh ^{-1}\left (\frac{2 x}{3}\right ) \]

Antiderivative was successfully verified.

[In]

Int[x^2/Sqrt[9 + 4*x^2],x]

[Out]

(x*Sqrt[9 + 4*x^2])/8 - (9*ArcSinh[(2*x)/3])/16

Rule 321

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c^(n - 1)*(c*x)^(m - n + 1)*(a + b*x^n
)^(p + 1))/(b*(m + n*p + 1)), x] - Dist[(a*c^n*(m - n + 1))/(b*(m + n*p + 1)), Int[(c*x)^(m - n)*(a + b*x^n)^p
, x], x] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0] && GtQ[m, n - 1] && NeQ[m + n*p + 1, 0] && IntBinomialQ[a, b,
 c, n, m, p, x]

Rule 215

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Simp[ArcSinh[(Rt[b, 2]*x)/Sqrt[a]]/Rt[b, 2], x] /; FreeQ[{a, b},
 x] && GtQ[a, 0] && PosQ[b]

Rubi steps

\begin{align*} \int \frac{x^2}{\sqrt{9+4 x^2}} \, dx &=\frac{1}{8} x \sqrt{9+4 x^2}-\frac{9}{8} \int \frac{1}{\sqrt{9+4 x^2}} \, dx\\ &=\frac{1}{8} x \sqrt{9+4 x^2}-\frac{9}{16} \sinh ^{-1}\left (\frac{2 x}{3}\right )\\ \end{align*}

Mathematica [A]  time = 0.0049179, size = 27, normalized size = 1. \[ \frac{1}{8} x \sqrt{4 x^2+9}-\frac{9}{16} \sinh ^{-1}\left (\frac{2 x}{3}\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[x^2/Sqrt[9 + 4*x^2],x]

[Out]

(x*Sqrt[9 + 4*x^2])/8 - (9*ArcSinh[(2*x)/3])/16

________________________________________________________________________________________

Maple [A]  time = 0.005, size = 20, normalized size = 0.7 \begin{align*} -{\frac{9}{16}{\it Arcsinh} \left ({\frac{2\,x}{3}} \right ) }+{\frac{x}{8}\sqrt{4\,{x}^{2}+9}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/(4*x^2+9)^(1/2),x)

[Out]

-9/16*arcsinh(2/3*x)+1/8*x*(4*x^2+9)^(1/2)

________________________________________________________________________________________

Maxima [A]  time = 3.10261, size = 26, normalized size = 0.96 \begin{align*} \frac{1}{8} \, \sqrt{4 \, x^{2} + 9} x - \frac{9}{16} \, \operatorname{arsinh}\left (\frac{2}{3} \, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(4*x^2+9)^(1/2),x, algorithm="maxima")

[Out]

1/8*sqrt(4*x^2 + 9)*x - 9/16*arcsinh(2/3*x)

________________________________________________________________________________________

Fricas [A]  time = 1.26852, size = 78, normalized size = 2.89 \begin{align*} \frac{1}{8} \, \sqrt{4 \, x^{2} + 9} x + \frac{9}{16} \, \log \left (-2 \, x + \sqrt{4 \, x^{2} + 9}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(4*x^2+9)^(1/2),x, algorithm="fricas")

[Out]

1/8*sqrt(4*x^2 + 9)*x + 9/16*log(-2*x + sqrt(4*x^2 + 9))

________________________________________________________________________________________

Sympy [A]  time = 0.203203, size = 22, normalized size = 0.81 \begin{align*} \frac{x \sqrt{4 x^{2} + 9}}{8} - \frac{9 \operatorname{asinh}{\left (\frac{2 x}{3} \right )}}{16} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2/(4*x**2+9)**(1/2),x)

[Out]

x*sqrt(4*x**2 + 9)/8 - 9*asinh(2*x/3)/16

________________________________________________________________________________________

Giac [A]  time = 2.97447, size = 39, normalized size = 1.44 \begin{align*} \frac{1}{8} \, \sqrt{4 \, x^{2} + 9} x + \frac{9}{16} \, \log \left (-2 \, x + \sqrt{4 \, x^{2} + 9}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(4*x^2+9)^(1/2),x, algorithm="giac")

[Out]

1/8*sqrt(4*x^2 + 9)*x + 9/16*log(-2*x + sqrt(4*x^2 + 9))